home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 1 / Amiga Tools.iso / egs-tools / egs_demo-version / egs.readme < prev    next >
Text File  |  1994-06-06  |  15KB  |  320 lines

  1. EGS libraries demo - Release of March, 15th 1993
  2. ------------------------------------------------
  3.  
  4. This is the demo version of the EGS retargetable window system for
  5. the native Amiga graphics chipsets (standard, ECS, AA). It is a
  6. full 24 bit/16 Million colours graphics standard.
  7. Included in this demo are the EGS libraries, preferences, demos,
  8. docs and includes for C and assembler. It is herewith possible to
  9. write programs for EGS.
  10.  
  11. NEW FOR THIS RELEASE:
  12. This release contains two versions of EGS: One for MC68000/10 and
  13. one for MC68020 and higher.
  14.  
  15. KNOWN BUG:
  16. The "Colors" preference program, and the EGS-Editor may have problems on MC68000.
  17. Will be fixed in the next release.
  18.  
  19. COPYRIGHT NOTICE:
  20. -----------------
  21.   This is the demo version of the EGS retargetable window system.
  22.   All files in this distribution are (C) VIONA Development, 1991-1993.
  23.   They may be freely used for any non-commercial purpose, copied and
  24.   redistributed as long as the distribution is kept complete, all
  25.   copyright notices in the files are left intact and no charge is
  26.   requested. This is neither public domain nor shareware!
  27.  
  28.   EGS is a TM of Viona Development.
  29.  
  30.   A complete list of all files of the distribution follows below.
  31.  
  32.  
  33. How to install the demo version of EGS
  34. --------------------------------------
  35.  
  36.   1. copy EGSLibs/libs all to libs:
  37.  
  38.      /* for MC68000 use EGSLibs/libs68000 instead! */
  39.  
  40.   2. makedir ENVARC:EGS
  41.  
  42.   3. copy EGSLibs/env/egs all to ENVARC:EGS. IF you are using an
  43.      Amiga without AGA, copy EGS/ENV16/EGS all to ENVARC:EGS
  44.  
  45.   4. Reboot your system.
  46.  
  47.  
  48. How to get a commercial version of EGS
  49. --------------------------------------
  50.  
  51. EGS is distributed together with many graphics boards for the Amiga.
  52. Please contact the vendor of your graphics board to get it. EGS
  53. exists for the following boards:
  54.  
  55.   GVP EGS 110/24, GVP IV 24, Rainbow II, Rainbow III, Colormaster,
  56.   Visiona, Domino, Amiga (standard, ECS, AA)
  57.  
  58. Versions for boards not mentioned above may be soon available.
  59.  
  60.  
  61. How to become EGS developer
  62. ---------------------------
  63.  
  64. If you are interested in developing commercial software for EGS
  65. contact the following address to get full support:
  66.  
  67.   VIONA Development
  68.   Dreiherrenstein 6a
  69.   W-6200 Wiesbaden-Auringen
  70.   Germany
  71.  
  72.  
  73. Questions, comments etc.
  74. ------------------------
  75.  
  76. Send comments, suggestions and (hopefully not) bug reports via
  77. E-Mail to:
  78.  
  79.   s_herr@dkauni2.bitnet
  80.  
  81.  
  82.  
  83. File list
  84. ---------
  85.  
  86. Archive I: EGS (tools, prefs, docs, includes etc.)
  87.  
  88. EGS (dir)
  89.      EGS_Devels (dir)
  90.           A-Include (dir)
  91.                egs (dir)
  92.                     egb (dir)
  93.                       gbmenuselect.i                   gbradio.i
  94.                       gbscrollbox.h                    gbscrollbox.i
  95.                       gbselect.i                       gbsets.i
  96.                       gbtextinfo.i                     
  97.                     LVO (dir)
  98.                       lvo_egs.i                        lvo_egsblit.i
  99.                       lvo_egsgadbox.i                  lvo_egsgfx.i
  100.                       lvo_egsintui.i                   lvo_egslayers.i
  101.                       lvo_egsrequest.i                 lvo_gbmenuselect.i
  102.                       lvo_gbradio.i                    lvo_gbscrollbox.i
  103.                       lvo_gbselect.i                   lvo_gbsets.i
  104.                       lvo_gbtextinfo.i                 
  105.                  all.i                            egs.i
  106.                  egsblit.i                        egsgadbox.i
  107.                  egsgfx.i                         egsintui.i
  108.                  egsintuigfx.i                    egslayers.i
  109.                  egsrequest.i                     
  110.           C-Include (dir)
  111.                egs (dir)
  112.                     clib (dir)
  113.                       all.h                            egsblit_protos.h
  114.                       egsgadbox_protos.h               egsgfx_protos.h
  115.                       egsintui_protos.h                egslayers_protos.h
  116.                       egsrequest_protos.h              egs_protos.h
  117.                       gbmenuselect_protos.h            gbradio_protos.h
  118.                       gbscrollbox_protos.h             gbselect_protos.h
  119.                       gbsets_protos.h                  gbtextinfo_protos.h
  120.                     egb (dir)
  121.                       gbmenuselect.h                   gbradio.h
  122.                       gbscrollbox.h                    gbselect.h
  123.                       gbsets.h                         gbtextinfo.h
  124.                     FD (dir)
  125.                       egsblit_lib.fd                   egsgadbox_lib.fd
  126.                       egsgfx_lib.fd                    egsintui_lib.fd
  127.                       egslayers_lib.fd                 egsrequest_lib.fd
  128.                       egs_lib.fd                       gbmenuselect_lib.fd
  129.                       gbradio_lib.fd                   gbscrollbox_lib.fd
  130.                       gbselect_lib.fd                  gbsets_lib.fd
  131.                       gbtextinfo_lib.fd                
  132.                     pragmas (dir)
  133.                       all.h                            egsblit_pragmas.h
  134.                       egsgadbox_pragmas.h              egsgfx_pragmas.h
  135.                       egsintui_pragmas.h               egslayers_pragmas.h
  136.                       egsrequest_pragmas.h             egs_pragmas.h
  137.                       gbmenuselect_pragmas.h           gbradio_pragmas.h
  138.                       gbscrollbox_pragmas.h            gbselect_pragmas.h
  139.                       gbsets_pragmas.h                 gbtextinfo_pragmas.h
  140.                     proto (dir)
  141.                       all.h                            egs.h
  142.                       egsblit.h                        egsgadbox.h
  143.                       egsgfx.h                         egsintui.h
  144.                       egslayers.h                      egsrequest.h
  145.                       gbmenuselect.h                   gbradio.h
  146.                       gbscrollbox.h                    gbselect.h
  147.                       gbsets.h                         gbtextinfo.h
  148.                  all.h                            egs.h
  149.                  egsblit.h                        egsgadbox.h
  150.                  egsgfx.h                         egsintui.h
  151.                  egsintuigfx.h                    egslayers.h
  152.                  egsrequest.h                     
  153.           Compilers (dir)
  154.                DICE (dir)
  155.                     egs (dir)
  156.                          pragmas (dir)
  157.                            egsblit_pragmas.h                egsgadbox_pragmas.h
  158.                            egsgfx_pragmas.h                 egsintui_pragmas.h
  159.                            egslayers_pragmas.h              egsrequest_pragmas.h
  160.                            egs_pragmas.h                    gbmenuselect_pragmas.h
  161.                            gbradio_pragmas.h                gbscrollbox_pragmas.h
  162.                            gbselect_pragmas.h               gbsets_pragmas.h
  163.                            gbtextinfo_pragmas.h             
  164.                          proto (dir)
  165.                            all.h                            egs.h
  166.                            egsblit.h                        egsgadbox.h
  167.                            egsgfx.h                         egsintui.h
  168.                            egslayers.h                      egsrequest.h
  169.                            gbmenuselect.h                   gbradio.h
  170.                            gbscrollbox.h                    gbselect.h
  171.                            gbsets.h                         gbtextinfo.h
  172.                SASC (dir)
  173.                     egs (dir)
  174.                          pragmas (dir)
  175.                            all.h                            egsblit_pragmas.h
  176.                            egsgadbox_pragmas.h              egsgfx_pragmas.h
  177.                            egsintui_pragmas.h               egslayers_pragmas.h
  178.                            egsrequest_pragmas.h             egs_pragmas.h
  179.                            gbmenuselect_pragmas.h           gbradio_pragmas.h
  180.                            gbscrollbox_pragmas.h            gbselect_pragmas.h
  181.                            gbsets_pragmas.h                 gbtextinfo_pragmas.h
  182.                          proto (dir)
  183.                            all.h                            egs.h
  184.                            egsblit.h                        egsgadbox.h
  185.                            egsgfx.h                         egsintui.h
  186.                            egslayers.h                      egsrequest.h
  187.                            gbmenuselect.h                   gbradio.h
  188.                            gbscrollbox.h                    gbselect.h
  189.                            gbsets.h                         gbtextinfo.h
  190.           doc (dir)
  191.             egs.doc                          egsblit.doc
  192.             egsgadbox.doc                    egsgfx.doc
  193.             egsintui.doc                     egsintuigfx.doc
  194.             egslayers.doc                    egsrequest.doc
  195.             gbmenuselect.doc                 gbradio.doc
  196.             gbscrollbox.doc                  gbselect.doc
  197.             gbsets.doc                       gbtextinfo.doc
  198.           Examples (dir)
  199.                ASM (dir)
  200.                  window                           window.asm
  201.                  Window.info                      
  202.                Beginner_Gadgets (dir)
  203.                  gadget1                          gadget1.c
  204.                  gadget1.info                     gadget2
  205.                  gadget2.c                        gadget2.info
  206.                  gadget3                          gadget3.c
  207.                  gadget3.info                     gadget4
  208.                  gadget4.c                        gadget4.info
  209.                  gadget5                          gadget5.c
  210.                  gadget5.info                     gadget6
  211.                  gadget6.c                        gadget6.info
  212.                EGS_Gadget (dir)
  213.                  calc                             calc.c
  214.                  calc.info                        gadget
  215.                  gadget.c                         gadget.info
  216.                  gadget1                          gadget1.c
  217.                  gadget1.info                     includes.c
  218.                EGS_Menu (dir)
  219.                  eventloop.c                      Global.h
  220.                  includes.c                       InitMenu.c
  221.                  main                             main.c
  222.                  main.info                        
  223.                EGS_Requester (dir)
  224.                  EventLoop.c                      Global.h
  225.                  includes.c                       makegadget.c
  226.                  protos.h                         requester
  227.                  requester.c                      requester.info
  228.                  requester1                       requester1.c
  229.                  requester1.info                  
  230.                Other (dir)
  231.                  Color                            Color.c
  232.                  color.info                       curvestar.c
  233.                  Eyes                             Eyes.c
  234.                  Eyes.info                        lines
  235.                  lines.c                          lines.info
  236.                  main                             main.info
  237.                  poly                             poly.c
  238.                  poly.info                        star
  239.                  star.c                           star.info
  240.                Stack_Language (dir)
  241.                  EventLoop.c                      Global.h
  242.                  includes.c                       InitMenu.c
  243.                  main                             main.c
  244.                  main.info                        Stack-language.c
  245.             ASM.info                         Beginner_Gadgets.info
  246.             EGS_Gadget.info                  EGS_Menu.info
  247.             EGS_Requester.info               Other.info
  248.             Stack_Language.info              
  249.           FD (dir)
  250.             egsblit_lib.fd                   egsgadbox_lib.fd
  251.             egsgfx_lib.fd                    egsintui_lib.fd
  252.             egslayers_lib.fd                 egsrequest_lib.fd
  253.             egs_lib.fd                       gbmenuselect_lib.fd
  254.             gbradio_lib.fd                   gbscrollbox_lib.fd
  255.             gbselect_lib.fd                  gbsets_lib.fd
  256.             gbtextinfo_lib.fd                
  257.        A-Include.info                   C-Include.info
  258.        Compilers.info                   disk.info
  259.        doc.info                         Examples.info
  260.        FD.info                          
  261.      EGS_Hooks (dir)
  262.        Bricks                           Bricks.info
  263.        Calvin                           Calvin.info
  264.        Garfield                         Garfield.info
  265.        HookPicture                      Leather
  266.        Leather.info                     Pipes
  267.        Pipes.info                       Raindrops
  268.        Raindrops.info                   
  269.      EGS_Prefs (dir)
  270.        Colors                           Colors.info
  271.        Fonts                            Fonts.info
  272.        Input                            Input.info
  273.        Mouse                            Mouse.info
  274.        ScreenMode                       ScreenMode.info
  275.      EGS_Tools (dir)
  276.           docs (dir)
  277.             eMore.doc                        
  278.        Calculator                       Calculator.info
  279.        Editor                           Editor.info
  280.        EGSInfo                          EGSInfo.info
  281.        EGSLens                          EGSLens.info
  282.        Eyes                             Eyes.info
  283.        ShowIFF24                        ShowIFF24.info
  284.        XClock                           XClock.info
  285.      ENV16 (dir)
  286.        EGS(dir)
  287.          mouse.prefs
  288.   EGS.ReadMe                       EGS.ReadMe.info
  289.   EGS_Devels.info                  EGS_Hooks.info
  290.   EGS_Prefs.info                   EGS_Tools.info
  291.  
  292.  
  293. Archive II: EGSLibs (libraries, environment)
  294.  
  295. EGSLibs (dir)
  296.      libs68000 (dir)
  297.           egb (dir)
  298.             gbmenuselect.library             gbradio.library
  299.             gbscrollbox.library              gbselect.library
  300.             gbsets.library                   gbtextinfo.library
  301.             gbtwodimprop.library             
  302.        egs.library                      egsblit.library
  303.        egsgadbox.library                egsgfx.library
  304.        egsintui.library                 egslayers.library
  305.        egsrequest.library               
  306.      libs (dir)
  307.           egb (dir)
  308.             gbmenuselect.library             gbradio.library
  309.             gbscrollbox.library              gbselect.library
  310.             gbsets.library                   gbtextinfo.library
  311.             gbtwodimprop.library             
  312.        egs.library                      egsblit.library
  313.        egsgadbox.library                egsgfx.library
  314.        egsintui.library                 egslayers.library
  315.        egsrequest.library               
  316.      env (dir)
  317.           egs (dir)
  318.             mouse.prefs                      
  319.   EGS.ReadMe                       EGS.ReadMe.info
  320.